home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / pcmpass / PASS.MDB / Users.json
Encoding:
JavaScript Object Notation  |  1999-04-02  |  131 b 

  1. {
  2.     "schema": {
  3.         "User": "Text (50)",
  4.         "Password": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "User": "setup",
  9.             "Password": "setup"
  10.         },
  11.         {
  12.             "User": "123",
  13.             "Password": "456"
  14.         }
  15.     ]
  16. }